翻訳と辞書
Words near each other
・ Launch numerical aperture
・ Launch Off to War
・ Launch on warning
・ Launch pad
・ Launch Pad (card game)
・ Launch pad (disambiguation)
・ Launch Pad (software)
・ Launch Party
・ Launch Processing System
・ Launch Rock
・ Launch service provider
・ Launch Services Alliance
・ Launch Services Program
・ Launch status check
・ Launch Systems Directorate
Launch Time
・ Launch track
・ Launch vehicle
・ Launch window
・ Launch-type boiler
・ Launch48
・ Launchball
・ LaunchBar
・ LaunchCode
・ Launchd
・ Launched
・ Launched roller coaster
・ Launcher
・ Launcher X
・ LaunchGood


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Launch Time : ウィキペディア英語版
Launch Time

Launch Time is a new concept for handling Ethernet packets proposed for the Linux kernel. It is an attempt to add some isochronous capability to the kernel by hinting at what time a packet should be sent out. When sending a packet to socket, an additional bit (MSG_LAUNCHTIME) is specified in the "sendto" flags field. If this bit is set, then the buffer passed to the socket includes the desired send time or "launch time". The sendto syscall will shave off the launchtime from the packet and add it to the msghdr passed to the lower layers of the network stack.
The UDP + IPv4/IPv6 are planned to be extended to support this, and if launchtime is requested, they will try to call a new send message routine in the network driver which allows passing the launchtime parameter, in addition to those of the normal send message present in the driver. Before Launch time is used the network driver will have to be initialized using an ioctl.
==Support==
Very few network controllers support launchtime today. The Intel i210 Gigabit Ethernet controller does, but there is no support in the igb driver as of December 2012.
Launch time can be supported in FPGA based network cards, but it is not common for TCP/IP Offload Engines to support launch time. The Endace DAG cards are an exception, but have no support for Linux networking using the normal network stack, only using a proprietary API.
The linux_igb_avb project at SourceForge does support launch time for user space applications.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Launch Time」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.